home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 March / macformat-022.iso / Shareware City / Developers / src / brailler-04b-c / brlr ƒ / Shell ƒ / help.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-23  |  353 b   |  9 lines  |  [TEXT/MMCC]

  1. extern    short            gMainTopicShowing;
  2. extern    short            gSubTopicShowing;
  3.  
  4. void SetupTheHelpWindow(WindowPtr theWindow);
  5. void ShutDownTheHelpWindow(void);
  6. void KeyPressedInHelpWindow(WindowPtr theWindow, unsigned char keyPressed);
  7. void MouseClickedInHelpWindow(WindowPtr theWindow, Point mouseLoc);
  8. void DrawTheHelpWindow(WindowPtr theWindow, short theDepth);
  9.